home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000122_news@columbia.edu_Fri Jan 6 10:24:50 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09258
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 8 Jan 1995 09:08:33 -0500
  3. Received: by apakabar.cc.columbia.edu id AA02353
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 8 Jan 1995 09:08:31 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!uhog.mit.edu!bloom-beacon.mit.edu!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: 50 rows x 132 cols problem
  9. Message-Id: <1995Jan6.162450.36823@cc.usu.edu>
  10. Date: 6 Jan 95 16:24:50 MDT
  11. References: <1995Jan6.142436.175@gems.vcu.edu>
  12. Organization: Utah State University
  13. Lines: 20
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Jan6.142436.175@gems.vcu.edu>, agnew@gems.vcu.edu (Brainwave Surfer) writes:
  17. > Dear Fellow Kermitalolics,
  18. > I use 
  19. > RUN MODE 80,50
  20. > to make kermit give me 80 cols by 50 rows.  then I use set terminal/page=49
  21. > to preserve the 50 status line.
  22. > when the kermit goes to 132 cols, i go to 25 rows.  then it goes back
  23. > to 80 cols.  it stays 25 rows.  is there a way to force it back to 
  24. > 50 rows?
  25. ---------------------
  26.     Because that's not a real video mode but rather a combination of
  27. actions: change the fonts to 8x8 yet retain a video mode of 3 (normal
  28. color 0x25) for video sync, change the Bios work area to say 50 lines. 
  29. It's a hack. I don't know how your adapter got into such a state and 
  30. thus I (MSK) can't return it to that state. 
  31.     Joe D.